home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / xmas2004.swf / scripts / frame_2 / DoAction.as
Text File  |  2007-03-28  |  100b  |  9 lines

  1. if(_totalframes < _framesloaded)
  2. {
  3.    gotoAndPlay(_currentframe - 1);
  4. }
  5. else
  6. {
  7.    play();
  8. }
  9.